home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 297_02 / readme < prev    next >
Text File  |  1991-12-30  |  2KB  |  58 lines

  1. These diskettes contain a public domain Prolog interpreter
  2. called Small Prolog version 2.
  3. In the USA the C User's Journal will have the latest releases.
  4.  
  5. It has been compiled on an PC clone, on UNIX  and on an Atari ST.
  6.  
  7.  
  8. The files concerned are:
  9. Disk 1 (Sources)
  10. pp.c - simple pretty printer (compile apart).
  11. pralloc.c -allocate structures
  12. prassert.c - asserta etc... builtins
  13. pratari.c - Atari specific code
  14. pratari.mak - Atari makefile for Mark Williams C.
  15. prbltin.c - most builtins
  16. prbltin.h -include file for prbltin.c
  17. prcnsult.c - code for consult builtin
  18. prdebug.c - functions you might use for debugging
  19. prerror.c - error message functions
  20. prhash.c - build sybol table
  21. prlex.h - used bu prparse.c and prscan.c
  22. prlush.c - lush resolution algorithm
  23. prlush.h - include file for prlush.c
  24. prmain.c - starting point
  25. prolog.h - configuation switches
  26. prparse.c - parser
  27. prprint.c -printer
  28. prscan.c - lexical analysis
  29. prsun.c - unix specific code that worked on a Sun workstation.
  30. prtypes.h -type definitions
  31. prunify.c - recursive unification algorithm, dereferencing 
  32. makefile.tbc - makefile for Turbo C
  33. quickc.mak -makefile for Quick C
  34. zortech.mak -makefile for Zortech C
  35. old_prj.tbc - an old style Turbo C project file
  36. makefile : one of the makefiles
  37. makefile.unx : a makefile for Sun OS 
  38. pratari.mak - a makefile for mark williams C on Atari.
  39. *.lnk - various link response files
  40.  
  41. Disk 2 (Docs & executables)
  42. ---------------------------
  43.  
  44. prmanual.txt - sort of manual
  45. frmanual.txt - out of date French translation of prmanual.txt
  46. sprolog.exe - compiled for MS DOS
  47. sprolog.32e - a 32bit version for a 386 machine (gcc-386 used)
  48. sprolog.inf - configuration file to override default memory consumption
  49. sprolog.ini - file of useful predicates loaded when starting up
  50. go32.exe - a Dos extender needed to run sprolog.32e
  51. pp.exe - a simple Small Prolog pretty-printer
  52.  
  53. verif.spr - helps you find bugs in sprolog programs
  54. xread.spr - lets you read a list while retaining the variable names.
  55. help.spr - load this and type (help)
  56. exampl*.spr - example files that give you a taste of prolog.
  57. changes.91 - summary of recent changes
  58.